home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / fnos16a5.zip / HELP.ZIP / PARAM < prev    next >
Text File  |  1996-07-17  |  2KB  |  44 lines

  1.  
  2. param <iface> [<param> [<value>]]
  3.      Param invokes a device-specific control routine.  A simple 'param
  4. <iface>' will give a list of available parameters and their current
  5. values, for the interface <iface>.  <param>  can be the literal name
  6. of the parameter, or it can be its numeric index (see below).  <value>
  7. is either a boolean value (such as ON or OFF) converted to 1 or 0, or
  8. an integer.
  9.  
  10.      On a serial interface,  the param command sends control packets
  11. over the serial port.  For example, 'param port1 txdelay  255' will set
  12. the keyup timer (called txdelay) on the KISS TNC configured as port1 to
  13. 2.55 seconds (255 x .01 sec).  In most TNC KISS implementations, a 10ms
  14. tick count is used, so that (for example) 30 means 300ms, and a limit
  15. of 255 is imposed on <value>.
  16.  
  17.      The SCC driver, on the other hand, allows a limit of 65535 for <value>.
  18.  
  19. Currently supported <params> include:
  20. Name (index)      Definition     
  21.  
  22. TxDelay (1)       keyup delay before sending data
  23. Persist (2)       the csma persistence (range 0-255) (probability of success
  24. SlotTime (3)      the channel access slottime (how often we throw the dice)
  25. TxTail (4)        time to keep transmitter keyed up after end of packet
  26. FullDup (5)       simultaneous TX and RX enabled when ON
  27. Hardware (6)
  28. TxMute (7)
  29. DTR (8)           Assert DTR when true, de-assert when false.
  30. RTS (9)           Assert RTS when true, de-assert when false.
  31. Speed (10)        async baud, etc.
  32. EndDelay (11)
  33. Group (12)
  34. Idle (13)
  35. Min (14)
  36. MaxKey (15)       maximum time to allow transmitter to be keyed (0 - 65000)
  37. Wait (16)
  38. Down (129)        De-assert RTS and DTR on serial port
  39. Up (130)          Assert RTS and DTR on serial port
  40. Blind (131)       Ignore CTS and DSR transitions on serial port
  41. RcvMode (253)     set packet driver receive mode
  42. Return2 (254)     TNC partially (!!) exits KISS mode
  43. Return (255)      TNC exits KISS mode
  44.